[antum_overrides] Re-add textures & fix textures no loading correctly.
@ -25,22 +25,22 @@
|
||||
--]]
|
||||
|
||||
|
||||
minetest.register_craftitem(":animalmaterials:fish_bluewhite", {
|
||||
description = "Raw Bluewhite Fish",
|
||||
image = "food/fish_raw",
|
||||
minetest.register_craftitem(':animalmaterials:fish_bluewhite', {
|
||||
description = 'Raw Bluewhite Fish',
|
||||
image = 'fish_raw.png',
|
||||
on_use = minetest.item_eat(1),
|
||||
groups = { meat=1, eatable=1 },
|
||||
stack_max = 25
|
||||
})
|
||||
|
||||
minetest.register_alias("fish_bluewhite_raw", "animalmaterials:fish_bluewhite")
|
||||
minetest.register_alias('fish_bluewhite_raw', 'animalmaterials:fish_bluewhite')
|
||||
|
||||
minetest.register_craftitem(":animalmaterials:fish_clownfish", {
|
||||
description = "Raw Clownfish",
|
||||
image = "food/fish_raw",
|
||||
minetest.register_craftitem(':animalmaterials:fish_clownfish', {
|
||||
description = 'Raw Clownfish',
|
||||
image = 'fish_raw.png',
|
||||
on_use = minetest.item_eat(1),
|
||||
groups = { meat=1, eatable=1 },
|
||||
stack_max = 25
|
||||
})
|
||||
|
||||
minetest.register_alias("clownfish_raw", "animalmaterials:fish_clownfish")
|
||||
minetest.register_alias('clownfish_raw', 'animalmaterials:fish_clownfish')
|
||||
|
@ -25,22 +25,22 @@
|
||||
--]]
|
||||
|
||||
|
||||
minetest.register_craftitem(":cooking:fish_bluewhite_cooked", {
|
||||
description = "Cooked Bluewhite Fish",
|
||||
image = "food/fish_cooked",
|
||||
minetest.register_craftitem(':cooking:fish_bluewhite_cooked', {
|
||||
description = 'Cooked Bluewhite Fish',
|
||||
image = 'fish_cooked.png',
|
||||
on_use = core.item_eat(6),
|
||||
groups = { meat=1 , eatable=1},
|
||||
stack_max = 25
|
||||
})
|
||||
|
||||
minetest.register_alias("fish_bluewhite_cooked", "cooking:fish_bluewhite_cooked")
|
||||
minetest.register_alias('fish_bluewhite_cooked', 'cooking:fish_bluewhite_cooked')
|
||||
|
||||
minetest.register_craftitem(":cooking:fish_clownfish_cooked", {
|
||||
description = "Cooked Clownfish",
|
||||
image = "food/fish_cooked",
|
||||
minetest.register_craftitem(':cooking:fish_clownfish_cooked', {
|
||||
description = 'Cooked Clownfish',
|
||||
image = 'fish_cooked.png',
|
||||
on_use = core.item_eat(6),
|
||||
groups = { meat=1 , eatable=1},
|
||||
stack_max = 25
|
||||
})
|
||||
|
||||
minetest.register_alias("clownfish_cooked", "cooking:fish_clownfish_cooked")
|
||||
minetest.register_alias('clownfish_cooked', 'cooking:fish_clownfish_cooked')
|
||||
|
@ -30,7 +30,7 @@ local tdir = 'animal_inventory'
|
||||
|
||||
minetest.register_craftitem(':kpgmobs:horseh1', {
|
||||
description = 'Brown Horse',
|
||||
inventory_image = tdir .. '/horse_brown',
|
||||
inventory_image = 'horse_brown.png',
|
||||
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
if pointed_thing.above then
|
||||
@ -45,7 +45,7 @@ minetest.register_alias('brown_horse', 'kpgmobs:horseh1')
|
||||
|
||||
minetest.register_craftitem(':kpgmobs:horsepegh1', {
|
||||
description = 'White Horse',
|
||||
inventory_image = tdir .. '/horse_white',
|
||||
inventory_image = 'horse_white.png',
|
||||
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
if pointed_thing.above then
|
||||
@ -60,7 +60,7 @@ minetest.register_alias('white_horse', 'kpgmobs:horsepegh1')
|
||||
|
||||
minetest.register_craftitem(':kpgmobs:horsearah1', {
|
||||
description = 'Black Horse',
|
||||
inventory_image = tdir .. '/horse_black',
|
||||
inventory_image = 'horse_black.png',
|
||||
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
if pointed_thing.above then
|
||||
|
1
mods/antum/overrides/textures/description.txt
Normal file
@ -0,0 +1 @@
|
||||
The texture pack for the Antum Minetest/Freeminer game.
|
BIN
mods/antum/overrides/textures/fish_cooked.png
Normal file
After Width: | Height: | Size: 633 B |
BIN
mods/antum/overrides/textures/fish_raw.png
Normal file
After Width: | Height: | Size: 669 B |
BIN
mods/antum/overrides/textures/glass/test.png
Normal file
After Width: | Height: | Size: 170 B |
BIN
mods/antum/overrides/textures/green.png
Normal file
After Width: | Height: | Size: 198 B |
BIN
mods/antum/overrides/textures/green_detail.png
Normal file
After Width: | Height: | Size: 176 B |
BIN
mods/antum/overrides/textures/horse_black.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
mods/antum/overrides/textures/horse_brown.png
Normal file
After Width: | Height: | Size: 564 B |
BIN
mods/antum/overrides/textures/horse_white.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
mods/antum/overrides/textures/meat_cooked.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
mods/antum/overrides/textures/meat_raw.png
Normal file
After Width: | Height: | Size: 505 B |
BIN
mods/antum/overrides/textures/screenshot.png
Normal file
After Width: | Height: | Size: 1.6 KiB |