AlmuraDev / GameServer

0 stars 0 forks source link

List of Things not set and how to fix them I think with the custom Almura Blocks #18

Closed TherayTharow closed 5 years ago

TherayTharow commented 5 years ago

Lets Take a File C:\YouDontGetToKnow\almura-3-client-resources-1.12.2-b49d\assets\fs\assets\almura\content\block\horizontal\building { "material": "minecraft:ground", < This Needs to be The Correct Material "map_color": "minecraft:dirt", < This I think need to be the same as material most of the time "item_group": "almura:building",
"state": { < why dont most of the blocks have this "facing=east": { The orientation of the block "parent": "facing=north" }, "facing=south": { "parent": "facing=north" }, "facing=north": { "hardness": 1.5, "resistance": 10.0, "action": { "destroy": [ { "drop": [ { "item": "almura:horizontal/building/brownmarbletile", "amount": 1 } ] } ] } }, "facing=west": { "parent": "facing=north" } } }

Dockter commented 5 years ago

What are you pointing out as the issue?

liach commented 5 years ago

is it that marble should not be like dirt?

Dockter commented 5 years ago

related to maps?

TherayTharow commented 5 years ago

the Block should be rock so it is mined with a pickaxe in stead of a shovel also not all blocks can be rotated when they should be.

TherayTharow commented 5 years ago

yes and yes

TherayTharow commented 5 years ago

but the map i have no idea how to deal with

Dockter commented 5 years ago

@kashike does that material classification determine which tool enum to use?

TherayTharow commented 5 years ago

Yes

TherayTharow commented 5 years ago

From my testing

liach commented 5 years ago

@dockter well even if you mine with wrong tools the block drops.

TherayTharow commented 5 years ago

Yes but silktouch does not work Also the incorrect tool brakes the tool more then using the right one and it is way slower

Dockter commented 5 years ago

Silk Touch isnt implemented yet. Its on our todo list.