ancientmarinerdev
bf34ca5f50
Merge pull request 'Add Seagrass Item Texture' ( #3088 ) from FossFanatic/MineClone2:seagrass_item_image_fix into master
...
Reviewed-on: MineClone2/MineClone2#3088
Reviewed-by: kabou <kabou@noreply.git.minetest.land>
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-11 02:29:06 +00:00
ancientmarinerdev
055432c1f7
Merge pull request 'Fix the bug that baby (non-monster) mobs cant jump over blocks' ( #3093 ) from CyberMango/MineClone2:dev/mango/fix_baby_mobs_jump into master
...
Reviewed-on: MineClone2/MineClone2#3093
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-11 02:17:01 +00:00
AFCMS
7a371dc846
Format file again
2022-12-10 22:38:08 +01:00
AFCMS
7deec7ae03
Refactor hopper -> composter ABMs
2022-12-10 22:38:08 +01:00
AFCMS
47eda5b69e
Only register hopper -> composter ABMs if composter mod is enabled
2022-12-10 22:38:07 +01:00
AFCMS
8d921c0671
Add some type annotations
2022-12-10 22:38:07 +01:00
AFCMS
804aa388b5
Some manual formatting
2022-12-10 22:38:07 +01:00
AFCMS
fcf9c35324
Use new vectors everywhere
2022-12-10 22:38:06 +01:00
AFCMS
9cc63ed716
Use `table.concat` for formspec generation
2022-12-10 22:38:06 +01:00
AFCMS
c49f000894
Fix formating
2022-12-10 22:38:06 +01:00
CyberMango
f7f2b97b13
Fixed #2313 - baby mobs cant jump over blocks.
...
Simply removed a line that specifies they shouldnt do that.
2022-12-10 19:54:44 +02:00
ancientmarinerdev
f7f0a2be8b
Raids performance optimisation. Check for village less and over less distance.
2022-12-09 22:59:58 +00:00
ancientmarinerdev
e408dd45e5
Remove easter egg taking 3% of processing
2022-12-09 19:30:06 +00:00
FossFanatic
adead97905
Add seagrass item texture
2022-12-08 17:37:14 +00:00
FossFanatic
ef33891b3f
Add seagrass item texture
2022-12-08 17:36:28 +00:00
FossFanatic
1c5170d36f
Add sounds to bee nests and beehives
2022-12-08 11:43:58 +00:00
FossFanatic
cf3e65e34e
Add sounds to honey and honeycomb blocks
2022-12-08 11:43:06 +00:00
FossFanatic
0593a63626
Fix nylium blocks
2022-12-08 11:09:30 +00:00
AFCMS
2b46dd60c5
Merge pull request 'Fix right click on copper crash' ( #3076 ) from bugfix/fix_copper_right_click into master
...
Reviewed-on: MineClone2/MineClone2#3076
Reviewed-by: AFCMS <afcm.contact@gmail.com>
2022-12-07 17:27:47 +00:00
ancientmarinerdev
9d87dcf611
Fix right click on copper crash
2022-12-07 18:27:11 +01:00
AFCMS
0f99373779
Merge pull request '`mobs_mc` silverfish fixes' ( #2935 ) from mc-mobs-silverfish-fixes into master
...
Reviewed-on: MineClone2/MineClone2#2935
Reviewed-by: kabou <kabou@noreply.git.minetest.land>
2022-12-07 17:24:09 +00:00
AFCMS
bbf21762a6
Format again
2022-12-07 18:22:54 +01:00
AFCMS
34a7cf3e9f
Remove duplicated `reach` field
2022-12-07 18:22:54 +01:00
AFCMS
3153c41f3a
Remove mtg compatibility code
2022-12-07 18:22:53 +01:00
AFCMS
489d3b7da6
Format file
2022-12-07 18:22:53 +01:00
ancientmarinerdev
2d05f9bc89
Merge pull request 'mcl_ver_info' ( #3043 ) from mcl_ver_info into master
...
Reviewed-on: MineClone2/MineClone2#3043
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-06 23:43:00 +00:00
Michieal
8256fe6f04
remove extraneous messages
2022-12-06 23:40:11 +00:00
Michieal
bceb9cd855
Removed the id= line.
...
Since we don't know when the api will be finished, I removed the ID line just in case.
2022-12-06 23:40:11 +00:00
Michieal
1c1ae53cec
Fixed game.conf to work with the workaround by reubenwardy.
2022-12-06 23:40:11 +00:00
Michieal
0bc88b55e5
Added in Workaround for ID not yet implemented in 5.70-Dev Minetest.
...
For more information, please see: https://github.com/minetest/minetest/pull/12989#issuecomment-1336407807
2022-12-06 23:40:11 +00:00
Michieal
d80dd41cb4
Add in template file for translations.
2022-12-06 23:40:11 +00:00
Michieal
43a69c445f
Added in Error Handling
...
The /ver command now has error handling, so that it will work regardless of minetest version, and will tell the user to update the minetest version for support.
Also updated the mod.conf to have the author field filled out.
todo: still needs translation files.
2022-12-06 23:40:11 +00:00
Michieal
dbe0437201
add in translator code for S("")
2022-12-06 23:40:11 +00:00
Michieal
51372da2b9
update game.conf to have version id code for /ver command.
2022-12-06 23:40:11 +00:00
Michieal
283b7c7410
Add in Versioning info using /ver command.
2022-12-06 23:40:10 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
bfa75dbcd2
Merge pull request 'Pressure plates check for entity contact' ( #3033 ) from pplates into master
...
Reviewed-on: MineClone2/MineClone2#3033
Reviewed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2022-12-06 13:48:26 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
7c87ed2d6c
Add rightclick support to pplates
2022-12-05 14:25:11 -06:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
d8c16b1f31
Add 1 sec deactivation delay to pplates
2022-12-05 14:25:10 -06:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
ba292aeb5d
Pressure plates check for entity contact
2022-12-05 14:25:10 -06:00
ancientmarinerdev
055a93843f
Merge pull request 'Fix incorrect call to gopath for raid due to mobs refactor.' ( #3063 ) from bugfix/raids_crash_gopath into master
...
Reviewed-on: MineClone2/MineClone2#3063
Reviewed-by: kabou <kabou@noreply.git.minetest.land>
2022-12-05 13:10:01 +00:00
ancientmarinerdev
a3cded0133
Fix zombie siege calling gopath incorrectly
2022-12-05 00:13:49 +00:00
ancientmarinerdev
2b52eaa6ef
Fix incorrect call to gopath for raid due to mobs refactor.
2022-12-04 22:34:31 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
71a03bff6f
Merge pull request 'Fix Axelotl crash for right click' ( #3057 ) from axelotl_fix into master
...
Reviewed-on: MineClone2/MineClone2#3057
Reviewed-by: 𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 <mrrar@noreply.git.minetest.land>
2022-12-04 18:04:02 +00:00
ancientmarinerdev
a0a0c69213
Fix Axelotl crash for right click
2022-12-04 11:34:48 -06:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
e57551f764
Merge pull request 'Replace lighting rod nodebox by 3d model' ( #3042 ) from mcl-lightning-rod-model into master
...
Reviewed-on: MineClone2/MineClone2#3042
Reviewed-by: 𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 <mrrar@noreply.git.minetest.land>
2022-12-04 17:20:29 +00:00
AFCMS
18cfb88ae5
Replace lighting rod nodebox by 3d model
2022-12-04 11:13:36 -06:00
chmodsayshello
826b9fcc45
Merge pull request 'Add Recovery Compasses' ( #3049 ) from recovery_compass into master
...
Reviewed-on: MineClone2/MineClone2#3049
Reviewed-by: AFCMS <afcm.contact@gmail.com>
2022-12-02 20:57:15 +00:00
chmodsayshello
7dacfe2cba
make recovery compass spin randomly in other dimensions
2022-12-02 18:52:31 +01:00
chmodsayshello
7d57e73ae4
fix recovery compass overwriting every other item
2022-12-02 15:43:08 +01:00
chmodsayshello
7f59611914
add crafting recipie
2022-12-02 15:40:18 +01:00