You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
29
data/minecraft/worldgen/configured_feature/poison.json
Normal file
29
data/minecraft/worldgen/configured_feature/poison.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "minecraft:delta_feature",
|
||||
"config": {
|
||||
"contents": {
|
||||
"Name": "minecraft:light",
|
||||
"Properties": {
|
||||
"level": "15",
|
||||
"waterlogged": "true"
|
||||
}
|
||||
},
|
||||
"rim": {
|
||||
"Name": "minecraft:slime_block"
|
||||
},
|
||||
"rim_size": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user