Add remaining flora & fauna spawns

This commit is contained in:
Andrew Miner
2025-10-20 18:27:19 -06:00
parent 464b68fcbe
commit 0a7fe05c4f
60 changed files with 2205 additions and 243 deletions
@@ -0,0 +1,7 @@
import mcpacker.format.datapack.biomemodifier.addfeature
# Tests ############################################################################################
def test_syntax():
pass
@@ -0,0 +1,7 @@
import mcpacker.format.datapack.biomemodifier.removefeature
# Tests ############################################################################################
def test_syntax():
pass
@@ -0,0 +1,7 @@
import mcpacker.format.datapack.biomemodifier.removespawn
# Tests ############################################################################################
def test_syntax():
pass
@@ -0,0 +1,7 @@
import mcpacker.format.datapack.generationstep
# Tests ############################################################################################
def test_syntax():
pass
@@ -0,0 +1,7 @@
import mcpacker.format.datapack.structure
# Tests ############################################################################################
def test_syntax():
pass