Genesis commit
This commit is contained in:
commit
125764fede
7 changed files with 37 additions and 0 deletions
5
data/minecraft/tags/functions/load.json
Normal file
5
data/minecraft/tags/functions/load.json
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"retards:on_load"
|
||||||
|
]
|
||||||
|
}
|
||||||
5
data/minecraft/tags/functions/tick.json
Normal file
5
data/minecraft/tags/functions/tick.json
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"retards:on_tick"
|
||||||
|
]
|
||||||
|
}
|
||||||
11
data/retards/dimension/creative.json
Normal file
11
data/retards/dimension/creative.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:overworld",
|
||||||
|
"generator": {
|
||||||
|
"type": "minecraft:noise",
|
||||||
|
"settings": "minecraft:overworld",
|
||||||
|
"biome_source": {
|
||||||
|
"type": "minecraft:multi_noise",
|
||||||
|
"preset": "minecraft:overworld"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
1
data/retards/functions/on_load.mcfunction
Normal file
1
data/retards/functions/on_load.mcfunction
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
scoreboard objectives add main dummy
|
||||||
0
data/retards/functions/on_tick.mcfunction
Normal file
0
data/retards/functions/on_tick.mcfunction
Normal file
9
data/retards/portals/creative.json
Normal file
9
data/retards/portals/creative.json
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"block": "minecraft:glowstone",
|
||||||
|
"dim": "retards:creative",
|
||||||
|
"r": 30,
|
||||||
|
"g": 102,
|
||||||
|
"b": 245,
|
||||||
|
"ignitionType": "FLUID",
|
||||||
|
"ignitionSource": "minecraft:water"
|
||||||
|
}
|
||||||
6
pack.mcmeta
Normal file
6
pack.mcmeta
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 15,
|
||||||
|
"description": "Retards Server data"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue