Skip to content

Commit 9d41c33

Browse files
authored
Add files via upload
1 parent b38d609 commit 9d41c33

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

MineTest/epicproportions/init.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,17 @@ minetest.register_craftitem('epicproportions:ingot_pat', {
6363
stack_max = 64,
6464
})
6565

66+
-- DECORATIONS
67+
68+
minetest.register_decoration({
69+
deco_type = "simple",
70+
--place_on = "epicproportions:blockJenIngot.png",
71+
--sidelen = 16,
72+
--fill_ratio = 0.03,
73+
--biomes = {"grassland"},
74+
decoration = "epicproportions:blockJenIngot.png",
75+
--height = 1,
76+
})
6677
-- CRAFTS
6778

6879
minetest.register_craft({
1.04 KB
Loading

0 commit comments

Comments
 (0)