Chris Page ChrisPHP
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-20 18:03:16 +02:00
be61d1e205 use on_destruct instead of after dig node
ChrisPHP pushed to master at ChrisPHP/MineClone2 2023-08-18 09:31:46 +02:00
d3fb221641 Merge pull request 'Fix meshhand with mcl_skins disabled' (#3864) from skins into master
6756358307 Fix meshhand with mcl_skins disabled
6cdd679baf Merge pull request 'Fix attribution and typo' (#3886) from basxto/MineClonXX:basxto-attrfix-again into master
d7ea628270 Revert reversion of 822071c66b30d9a1da3ae810d038bebdb65e101c
e3bdedb4d5 Merge pull request 'Markdown fix' (#3879) from markdownfix into master
Compare 14 commits »
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-18 09:30:44 +02:00
e378a99db7 Merge remote-tracking branch 'upstream/master' into stonecutter_functionality
d3fb221641 Merge pull request 'Fix meshhand with mcl_skins disabled' (#3864) from skins into master
6756358307 Fix meshhand with mcl_skins disabled
6cdd679baf Merge pull request 'Fix attribution and typo' (#3886) from basxto/MineClonXX:basxto-attrfix-again into master
d7ea628270 Revert reversion of 822071c66b30d9a1da3ae810d038bebdb65e101c
Compare 8 commits »
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-08 08:57:56 +02:00
30d11c83e5 Update readme for stonecutter
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-07 09:45:15 +02:00
1c7f1af010 Add stage so smooth items can't be reverted
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-06 23:17:29 +02:00
31fd3bad0f Prevent input from being a selectable option
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-06 23:06:21 +02:00
9400ab5237 Merge remote-tracking branch 'upstream/master' into stonecutter_functionality
aa3b3421d5 Merge pull request 'Allow villager to claim filled cauldrons.' (#3856) from Codiac/MineClone2:cauldron_job_site_fix into master
4f2cb955b8 Use minetest.get_item_group for more flexibility
a3bbb3694c Allow villager to claim filled cauldrons.
Compare 4 commits »
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-06 22:42:43 +02:00
bff982989f Dupe glitch fizes and remove item label
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-06 21:15:07 +02:00
97138e7468 use item groups to determine the cuttable items
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-06 14:07:52 +02:00
43f38cbecc Remove unused meta on drop items
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-06 13:49:35 +02:00
a098fbbd16 Remove hardcoded one element array
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-06 13:45:41 +02:00
aac0aebf46 Use node group for items that can be used in the stonecutter
ChrisPHP commented on pull request VoxeLibre/VoxeLibre#3866 2023-08-05 14:25:54 +02:00
Adds stonecutter functionality

Can you please remove the item's itemstrring from the buttons? Personally I think this is not the type of information a regular player would like being printed out on their screen

If you mean…

ChrisPHP commented on pull request VoxeLibre/VoxeLibre#3866 2023-08-02 09:13:35 +02:00
Adds stonecutter functionality

Functionality works but some items like walls don't follow the same naming conventions as other items such as nether brick being spelled as "nether_brick" but as a wall, it is "netherbrick".

Ano…

ChrisPHP created pull request VoxeLibre/VoxeLibre#3866 2023-08-01 23:57:17 +02:00
WIP: Adds stonecutter functionality
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-01 23:51:47 +02:00
8b44e2793b Merge remote-tracking branch 'upstream/master' into stonecutter_functionality
b911da121e Merge pull request 'Fixed typo in mcl_damage' (#3858) from mcl_cached_reason-fix into master
a99daf4294 Fixed typo in mcl_damage
f9eb31ed46 Merge pull request 'Remove mcl_base_textures mod' (#3855) from mcl_base_textures into master
80b21759d9 Remove mcl_base_textures mod
Compare 5 commits »
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-01 23:48:56 +02:00
587b353b22 Only reset output if input is empty
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-01 23:39:32 +02:00
de7895e76a Minor output fixes
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-01 19:17:57 +02:00
d1d296c83b Add comments and drop items when destroyed
ChrisPHP pushed to stonecutter_functionality at ChrisPHP/MineClone2 2023-08-01 19:05:09 +02:00
acfc2f3209 Check if item is a slab or not