commit 125764fede88e161fa44cc081fba42b38ba7c490 Author: Malasaur Date: Sat Nov 22 16:02:01 2025 +0100 Genesis commit diff --git a/data/minecraft/tags/functions/load.json b/data/minecraft/tags/functions/load.json new file mode 100644 index 0000000..612e968 --- /dev/null +++ b/data/minecraft/tags/functions/load.json @@ -0,0 +1,5 @@ +{ + "values": [ + "retards:on_load" + ] +} \ No newline at end of file diff --git a/data/minecraft/tags/functions/tick.json b/data/minecraft/tags/functions/tick.json new file mode 100644 index 0000000..8d85143 --- /dev/null +++ b/data/minecraft/tags/functions/tick.json @@ -0,0 +1,5 @@ +{ + "values": [ + "retards:on_tick" + ] +} \ No newline at end of file diff --git a/data/retards/dimension/creative.json b/data/retards/dimension/creative.json new file mode 100644 index 0000000..ad12c97 --- /dev/null +++ b/data/retards/dimension/creative.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:overworld", + "generator": { + "type": "minecraft:noise", + "settings": "minecraft:overworld", + "biome_source": { + "type": "minecraft:multi_noise", + "preset": "minecraft:overworld" + } + } +} \ No newline at end of file diff --git a/data/retards/functions/on_load.mcfunction b/data/retards/functions/on_load.mcfunction new file mode 100644 index 0000000..6053bff --- /dev/null +++ b/data/retards/functions/on_load.mcfunction @@ -0,0 +1 @@ +scoreboard objectives add main dummy diff --git a/data/retards/functions/on_tick.mcfunction b/data/retards/functions/on_tick.mcfunction new file mode 100644 index 0000000..e69de29 diff --git a/data/retards/portals/creative.json b/data/retards/portals/creative.json new file mode 100644 index 0000000..84a42bf --- /dev/null +++ b/data/retards/portals/creative.json @@ -0,0 +1,9 @@ +{ + "block": "minecraft:glowstone", + "dim": "retards:creative", + "r": 30, + "g": 102, + "b": 245, + "ignitionType": "FLUID", + "ignitionSource": "minecraft:water" +} diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 0000000..6c98c29 --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "Retards Server data" + } +} \ No newline at end of file