Git Product home page Git Product logo

mt2d's People

Contributors

aitecheye avatar clobberxd avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mt2d's Issues

Unable to pass through other players due to being solid [multiplayer]

First one in the issue title is self explanatory (similar problem with boat entities' collision), but the 2nd one has the same collision box of the player's camera as you would normally see in a 3D player character's collision box, but these 2 problems are annoying.

image

Left window: me
Right window: other player's view perspective

Fix for the first problem: make 2D player entities non-solid to other players (not sure if it's possible when it comes to 2D living mob entities).
And fix for the second problem: change 2D (or 2.5D?) camera perspective view object's collision hitbox to be normally impossible to reach and hit it that way to avoid accidentally hitting each other when going really close (near or going inside of collision hitbox) to them while mining down nodes. Note: make sure that when entering the world (or joining a multiplayer world), leave the player's collision hitbox untouched for the moment during first-person perspective view of inside 2D terrain plane for the short period of time (to avoid falling through nodes) before it switches to the mt2d's 3rd person perspective view, change camera player object's collision hitbox after successful perspective view change.

Stairs and slabs show up as full nodes

…and it's also having the same collision as a regular node.

mt2d mod version: 2.7 [MT 5.0+] (116 KB)
Minetest version 5.2.0

image

image

Not sure if this can be fixed. If you can fix, it would be convenient to go climbing up the stairs quickly than a constant jumping when exiting out of mining area every time.

[Enhancement] Toggle ability to point player self on/off

Trying to pick up dropped items up close will instead hit the player themselves without moving away a bit from the dropped item object.

image

Not sure if it's going to have a button in the inventory window to disable/enable ability to point to a player self. Would be a good gameplay improvement even for touchscreen phone/tablet players.

Nodes with semi-transparent textures looks awful

mt2d mod version: 2.7 [MT 5.0+] (116 KB)

I was making a texture pack, and found that the textures containing transparency (such as torches) looks awful for 2D foreground layer nodes. This video demonstration with inventory_items_animations = true shows the transition from a nice-looking 2D image to a spinning 3D voxel model from the hotbar display for a torch texture.

Minetest.-.Torches.with.semi-transparent.textures.looks.awful.in.mt2d.mod.v2.7.mp4

And when I load up a world with this mod in Minetest version 5.8.0 (with latest Minetest Game version) and looking at the warning texts from debug.txt log file, several textures (including some mt2d textures) that has transparency will assume to use clip for use_texture_alpha, 2nd WARNING line warns about this code compatibility removal in future versions of Minetest (apologize for the flooding wall of text):

2024-01-06 02:18:35: WARNING[Main]: Texture "default_sapling.png" of default:sapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]:   This warning can be a false-positive if unused pixels in the texture are transparent. However if it is meant to be transparent, you *MUST* update the nodedef and set use_texture_alpha = "clip"! This compatibility code will be removed in a few releases.
2024-01-06 02:18:35: WARNING[Main]: Texture "default_leaves.png" of default:leaves has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_apple.png" of default:apple has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_jungleleaves.png" of default:jungleleaves has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_junglesapling.png" of default:junglesapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_emergent_jungle_sapling.png" of default:emergent_jungle_sapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_pine_needles.png" of default:pine_needles has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_pine_sapling.png" of default:pine_sapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_acacia_leaves.png" of default:acacia_leaves has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_acacia_sapling.png" of default:acacia_sapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_aspen_leaves.png" of default:aspen_leaves has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_aspen_sapling.png" of default:aspen_sapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_large_cactus_seedling.png" of default:large_cactus_seedling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_papyrus.png" of default:papyrus has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_dry_shrub.png" of default:dry_shrub has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_junglegrass.png" of default:junglegrass has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_grass_1.png" of default:grass_1 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_grass_2.png" of default:grass_2 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_grass_3.png" of default:grass_3 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_grass_4.png" of default:grass_4 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_grass_5.png" of default:grass_5 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_dry_grass_1.png" of default:dry_grass_1 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_dry_grass_2.png" of default:dry_grass_2 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_dry_grass_3.png" of default:dry_grass_3 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_dry_grass_4.png" of default:dry_grass_4 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_dry_grass_5.png" of default:dry_grass_5 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_fern_1.png" of default:fern_1 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_fern_2.png" of default:fern_2 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_fern_3.png" of default:fern_3 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_marram_grass_1.png" of default:marram_grass_1 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_marram_grass_2.png" of default:marram_grass_2 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_marram_grass_3.png" of default:marram_grass_3 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_bush_stem.png" of default:bush_stem has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_leaves_simple.png" of default:bush_leaves has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_bush_sapling.png" of default:bush_sapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_blueberry_bush_leaves.png^default_blueberry_overlay.png" of default:blueberry_bush_leaves_with_berries has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_blueberry_bush_leaves.png" of default:blueberry_bush_leaves has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_blueberry_bush_sapling.png" of default:blueberry_bush_sapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_acacia_bush_stem.png" of default:acacia_bush_stem has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_acacia_leaves_simple.png" of default:acacia_bush_leaves has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_acacia_bush_sapling.png" of default:acacia_bush_sapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_pine_bush_stem.png" of default:pine_bush_stem has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_pine_needles.png" of default:pine_bush_needles has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_pine_bush_sapling.png" of default:pine_bush_sapling has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_ladder_wood.png" of default:ladder_wood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_ladder_steel.png" of default:ladder_steel has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_wood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_wood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_acacia_wood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_acacia_wood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_junglewood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_junglewood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_pine_wood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_pine_wood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_aspen_wood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_aspen_wood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_rail_wood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_rail_wood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_rail_acacia_wood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_rail_acacia_wood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_rail_junglewood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_rail_junglewood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_rail_pine_wood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_rail_pine_wood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fence.png^default_fence_rail_aspen_wood.png^mt2d_fence.png^[makealpha:0,255,0" of default:fence_rail_aspen_wood has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_glass.png" of mt2d:door_glass_a has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_glass.png" of mt2d:door_glass_b has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_obsidian_glass.png" of mt2d:door_obsidian_glass_a has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "default_obsidian_glass.png" of mt2d:door_obsidian_glass_b has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "mt2d_fancy_bed.png" of mt2d:fancy_bed has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "carts_rail_crossing_pwr.png^[colorize:#ff0000aa" of mt2d:stoprail has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_rose.png" of flowers:rose has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_tulip.png" of flowers:tulip has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_dandelion_yellow.png" of flowers:dandelion_yellow has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_chrysanthemum_green.png" of flowers:chrysanthemum_green has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_geranium.png" of flowers:geranium has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_viola.png" of flowers:viola has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_dandelion_white.png" of flowers:dandelion_white has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_tulip_black.png" of flowers:tulip_black has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_mushroom_red.png" of flowers:mushroom_red has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "flowers_mushroom_brown.png" of flowers:mushroom_brown has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "butterflies_butterfly_white_animated.png" of butterflies:butterfly_white has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "butterflies_butterfly_red_animated.png" of butterflies:butterfly_red has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "butterflies_butterfly_violet_animated.png" of butterflies:butterfly_violet has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "fire_basic_flame_animated.png" of fire:basic_flame has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "fire_basic_flame_animated.png" of fire:permanent_flame has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "tnt_gunpowder_straight.png" of tnt:gunpowder has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "tnt_gunpowder_burning_straight_animated.png" of tnt:gunpowder_burning has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "vessels_glass_bottle.png" of vessels:glass_bottle has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "vessels_drinking_glass.png" of vessels:drinking_glass has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "vessels_steel_bottle.png" of vessels:steel_bottle has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "fireflies_firefly_animated.png" of fireflies:firefly has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "fireflies_bottle_animated.png" of fireflies:firefly_bottle has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "carts_rail_straight.png" of carts:rail has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "carts_rail_straight_pwr.png" of carts:powerrail has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "carts_rail_straight_brk.png" of carts:brakerail has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_wild.png" of farming:cotton_wild has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_wheat_seed.png" of farming:seed_wheat has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_wheat_1.png" of farming:wheat_1 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_wheat_2.png" of farming:wheat_2 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_wheat_3.png" of farming:wheat_3 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_wheat_4.png" of farming:wheat_4 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_wheat_5.png" of farming:wheat_5 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_wheat_6.png" of farming:wheat_6 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_wheat_7.png" of farming:wheat_7 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_wheat_8.png" of farming:wheat_8 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_seed.png" of farming:seed_cotton has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_1.png" of farming:cotton_1 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_2.png" of farming:cotton_2 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_3.png" of farming:cotton_3 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_4.png" of farming:cotton_4 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_5.png" of farming:cotton_5 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_6.png" of farming:cotton_6 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_7.png" of farming:cotton_7 has transparency, assuming use_texture_alpha = "clip".
2024-01-06 02:18:35: WARNING[Main]: Texture "farming_cotton_8.png" of farming:cotton_8 has transparency, assuming use_texture_alpha = "clip".

Entering a world with this mod shows up an error message

When entering the world with this mod enabled, error message shows up related to inventory_image field.
image

2023-12-22 00:34:36: ERROR[Main]: Invalid field inventory_image (expected string got table).
2023-12-22 00:34:36: ERROR[Main]: stack traceback:
2023-12-22 00:34:36: ERROR[Main]: 	[C]: in function 'register_item_raw'
2023-12-22 00:34:36: ERROR[Main]: 	...singleplayer world only\bin\..\builtin\game\register.lua:421: in function 'override_item'
2023-12-22 00:34:36: ERROR[Main]: 	..., singleplayer world only\bin\..\mods\mt2d_4803\init.lua:88: in function <..., singleplayer world only\bin\..\mods\mt2d_4803\init.lua:23>
2023-12-22 00:34:36: ERROR[Main]: 	...ngleplayer world only\bin\..\builtin\common\register.lua:26: in function <...ngleplayer world only\bin\..\builtin\common\register.lua:12>

This error started to show up on versions 5.3.0 up to latest 5.8.0 (with latest Minetest Game version). It doesn't happen with Minetest version 5.2.0.
Although it's a minor error, the rest is just fine and playable, but I found out that it's even worse if you play on the latest Minetest version 5.8.0 with the latest Minetest Game version, because there's also warnings (not shown in the chat display by default) that gets spammed and piled up in the debug.txt file's size, mostly about deprecated calls for get_look_yaw and get_look_pitch.

mt2d mod version: 2.7 [MT 5.0+] (116 KB)

Errors and warnings needs be fixed and make it compatible with the latest Minetest and Minetest Game version.

Problems with beds

Wanted to skip a night time, but I found few problems with beds:

  1. Placing a bed would not use an item from the player's inventory.
  2. Removing the place-down bed would drop itself instead of a normal corresponding bed item, creating a bed duplication, despite I only have damage enabled.
  3. Placing a bed near a node can get kicked out to main menu with ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Expecting itemstack, itemstring, table or nil. item=beds:fancy_bed_bottom.

And the same thing occurs with a fancy bed variant, which is showcased in this video here:

Minetest.-.Something.is.wrong.with.beds.mt2d.mod.v2.7.mp4

mt2d mod version: 2.7 [MT 5.0+] (116 KB)

Nodes are generated in more layers than intended one foreground layer

I was playing this mod in Minetest version 5.2.0, and I encounter trees that are placed in more layers stacked on top of intended 1 front layer only.
image
Same thing for planting trees that are done by players.
image
And at one point even naturally generates and replaces at the same layer as a background layer, and it also can be removed and gathered.
image

mt2d mod version: 2.7 [MT 5.0+] (116 KB)
World seed: 5487536256439323842

This needs to be fixed by replacing with air nodes and background nodes (if the background layer node happens to be replaced by a naturally generated tree, such as jungle trees) in a range that is farther before players can able to reach and gather resources in time from more front layers than one and in the same breakable node as the background layer.

add "mod.conf"

This prevents issues with a wrongly named mod folder like this:

ModError: Failed to load and run script from C:\Users\44748\Desktop\minetest-5.3.0-win64\bin\..\mods\2d\init.lua:
...748\Desktop\minetest-5.3.0-win64\bin\..\mods\2d\init.lua:16: attempt to concatenate a nil value
stack traceback:
    ...748\Desktop\minetest-5.3.0-win64\bin\..\mods\2d\init.lua:16: in main chunk
Check debug.txt for details.

The content would be something like this:

name = mt2d

Thread in contentdb: https://content.minetest.net/threads/253/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.