Genesis commit
This commit is contained in:
commit
125764fede
7 changed files with 37 additions and 0 deletions
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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue